Functions Summary
Function | Description |
|---|---|
Generates a deterministic, keyed BLAKE2b hash from the provided string parts ... | |
Convert the given string into a valid CSS class name. | |
Decode an escaped URI 'value' back to an unescaped URI. | |
Decode an escaped partial URI component, 'value', back to an unescaped URI co... | |
Create a valid Eclipse ID from 'identifier'. | |
Encode 'value' string as an escaped URI. | |
Encode 'value' string, a partial URI component, as an escaped URI. | |
Return success of suffix being the suffix of input. | |
Escape 'value' string so that it can be written as an XML attribute. | |
Format a message using the C# string formatter. | |
Import file contents using 'sourceFileEncodingName' as the file's assumed enc... | |
Convert all non-ASCII characters to Unicode escape sequences. | |
Return success of match for 'matchExpressionAsString' in 'input'. | |
Return value of match for 'matchExpressionAsString' in 'input'. | |
Compute the MD5 checksum on the given 'value' string. | |
Convert 'identifier' to a valid NCNAME as defined by: http://www.w3.org/TR/19... | |
Convert the given string to a string where all left/right single/double quote... | |
Create a valid Open eBook class name from 'styleName'. | |
Encode string as required by Palm Reader. | |
Replace all occurrences of 'search' in 'input' with 'replacement'. | |
Replace all occurrences of 'searchExpressionAsString' in 'input' with 'replac... | |
Replace 'count' occurrences of 'searchExpressionAsString' in 'input' with 're... | |
Compute the SHA-1 (Secure Hash Algorithm 1) checksum on the given 'value' str... | |
Convert the given string to camel case. | |
Convert the given string to lowercase. | |
Convert the given string to pascal case. | |
Convert the given string to uppercase. | |
Converts the given 'key' into a valid WebWorks Help/Reverb context or topic s... |
Last modified date: 01/12/2026